home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Misc. / Class Administrator / Helper / card_11368.txt < prev    next >
Text File  |  1990-07-06  |  2KB  |  93 lines

  1. -- card: 11368 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 9252
  5. -- name: Calculating Letter Grades
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   Hide card field "A"
  9.   Hide card field "B"
  10.   Hide card field "C"
  11.   Hide card field "D"
  12. end OpenCard
  13.  
  14.  
  15.  
  16. -- part 3 (field)
  17. -- low flags: 81
  18. -- high flags: 0001
  19. -- rect: left=24 top=47 right=100 bottom=78
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: A
  28.  
  29.  
  30. -- part 4 (field)
  31. -- low flags: 81
  32. -- high flags: 0001
  33. -- rect: left=80 top=47 right=100 bottom=134
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 3
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: B
  42.  
  43.  
  44. -- part 5 (field)
  45. -- low flags: 81
  46. -- high flags: 0001
  47. -- rect: left=303 top=48 right=101 bottom=357
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 3
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: C
  56.  
  57.  
  58. -- part 6 (field)
  59. -- low flags: 81
  60. -- high flags: 0001
  61. -- rect: left=434 top=48 right=101 bottom=488
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 3
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: D
  70.  
  71.  
  72. -- part 9 (button)
  73. -- low flags: 00
  74. -- high flags: 8003
  75. -- rect: left=194 top=0 right=22 bottom=294
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Back to menu
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   go to first card
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part contents for background part 11
  92. ----- text -----
  93. There is an invisible field right above this one.  By clicking on that field, the percentage on the student's grade card is recalculated and the letter equivalent is placed in the "Grade To Date" field.